home *** CD-ROM | disk | FTP | other *** search
- Path: soap.news.pipex.net!pipex!usenet
- From: Wayne Smith <fj89@dial.pipex.com>
- Newsgroups: comp.lang.c++
- Subject: Help with key press events in BC OWL
- Date: 7 Mar 1996 16:35:04 GMT
- Organization: UnipalmPIPEX server (post doesn't reflect views of UnipalmPIPEX)
- Message-ID: <4hn37o$f5v@soap.news.pipex.net>
- NNTP-Posting-Host: ai037.du.pipex.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1 (Windows; I; 16bit)
-
- Can anyone tell me why my OWL application which has a response table, will call
- handlers for mouse button down, mouse move etc, but not any of the handlers for key
- presses eg WM_CHAR WM_SYSKEYDOWN etc. I have correctly included the EV_ macros in the
- response table. I have set up a test application which has a TDialog as the main
- window, with two buttons ok/cancel and tried EV_WM_CHAR, EV_WM_SYSKEYDOWN,
- EV_WM_KEYDOWn in it, also to no avail, whilst the mouse handlers work fine.
-
-
- E-Mail thoughts and suggestions appreciated
- Thanks in advance
-
- Wayne
-
-